go/printer.printer.fieldList (method)
3 uses
go/printer (current package)
nodes.go#L493: func (p *printer) fieldList(fields *ast.FieldList, isStruct, isIncomplete bool) {
nodes.go#L1052: p.fieldList(x.Fields, true, x.Incomplete)
nodes.go#L1060: p.fieldList(x.Methods, false, x.Incomplete)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)